Configure Data
Device Configuration Data Query
The detailed information of inverter configurations can be found in Appendix [Configuration Data]. The core information is as follows:
- Inverter safety regulation settings and related parameters
- Inverter power control parameters
- Inverter grid-connection parameters, including protection parameters, connection, parameters, reactive power control, etc
- Inverter characteristic parameters
- ...
✨ For Example
Request
curl --location -g '{{EU}}/device/queryDeviceConfigData?deviceSn=A112200162230146' \
--header 'token: xxx'
Response
{
"errorCode": 0,
"info": null,
"body": {
"manualModeRelayStatus": 0,
"firstundervoltagetime": 1000,
"systemControl": 1,
"importPowerThresholdMode3": 210,
"activepowerlimite2": 6553.5,
"peakloadshiftswitch": 0,
"gridmaximumcapacityset": 50.0,
"offgridsocprotection": 0,
"quvoltage4": 240.0,
"inverterreconnectiontime": 100,
"quvoltage3": 235.0,
"quvoltage2": 190.0,
"masterSlaveFlag": 0,
"ctratiosetting": 1,
"mpptParallelingSwitch": 0,
"hybirdworkmode": "3#3",
"quvoltage1": 200.0,
"qureactive1": 20.0,
"qureactive2": 30.0,
"qureactive3": -20.0,
"reactivePowerControlMode": 0,
"qureactive4": -35.0,
"recoverySocMode3": 0.0,
"firstovervoltagevalue": 100.0,
"controlTypeMode3": 0,
"firstoverfrequencyvalue": 46.0,
"rsved28108": 1,
"checkCode": "407551",
"loadControlMode": 0,
"overloadModeSetting": 0,
"pfpowerb": 1.0,
"pfpowera": 0.8,
"allowparallelswitch": 1,
"startSocMode3": 20.0,
"pfpowerc": 1.0,
"firstunderfrequencyvalue": 46.0,
"rsved28111": 15,
"safetycountry": 10,
"exportPowerThresholdMode3": 70000,
"gridconnectedsocprotection": 0,
"batterytypecode": "65538#0",
"offgriddischargedepth": 20.0,
"rsved28109": 1,
"anticountercurrentstartstop": 0,
"do1Value": 0,
"pfcurvepowera": 20.0,
"pfcurvepowerb": 40.0,
"tenminovervoltageenable": 1,
"pfcurvepowerc": 50.0,
"antireversecurrentpowersetting": 30.0,
"firstundervoltagevalue": 100.0,
"firstoverfrequencytime": 10000,
"firstunderfrequencytime": 7500,
"pfsettings": 1.0,
"firstovervoltagetime": 15000,
"gridconnectedunbalancedswitch": 0,
"onedayRunTimeMaxMode3": 65535,
"gridconnecteddischargedepth": 30.0,
"npeCheckFlag": 0,
"tenminovervoltagethreshold": 100.0,
"onceRunTimeMinMode3": 10
},
"successful": true
}